home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_67556.txt < prev    next >
Text File  |  1989-09-06  |  1KB  |  69 lines

  1. -- card: 67556 from stack: in
  2. -- bmap block id: 2462
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 5 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=321 top=193 right=232 bottom=362
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19678 / 19678
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Tell Me About...
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show card field 1
  23. end mouseUp
  24.  
  25.  
  26. -- part 4 (field)
  27. -- low flags: 81
  28. -- high flags: 2004
  29. -- rect: left=270 top=158 right=273 bottom=485
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 10
  35. -- style flags: 0
  36. -- line height: 13
  37. -- part name: 
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   hide card field 1
  41. end mouseUp
  42.  
  43.  
  44. -- part contents for background part 44
  45. ----- text -----
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. -- part contents for background part 43
  58. ----- text -----
  59. 267,189
  60.  
  61. -- part contents for background part 1
  62. ----- text -----
  63.  
  64.  
  65.  
  66.  
  67. -- part contents for card part 4
  68. ----- text -----
  69. If the object that holds a script has a different inheritance path from the inheritance path of the current card (this may happen if the script goes to a different card), HyperCard follows both paths‚Äîfirst the script's object's path and then the current card's.